home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / TERMINAL / HDRS / DOCUMENT.H < prev    next >
Text File  |  1990-11-20  |  280b  |  13 lines

  1. /*
  2.     Terminal 2.0
  3.     "Document.h"
  4. */
  5.  
  6. void ActivateDocument (DocumentPeek, short);
  7. void ClearBuffer (void);
  8. void DrawDocument (DocumentPeek, short);
  9. void MakeMessage (DocumentPeek, Byte *);
  10. void NewCharacters (Byte *, short, Boolean);
  11. void NewKey (Byte);
  12. void RedrawDocument (void);
  13.